string code - перевод на русский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

string code - перевод на русский

DATA TYPE REPRESENTING A FINITE SEQUENCE OF ENCODED CHARACTERS
String algorithm; String algorithms; String data type; String (computing); StringBuffer and StringBuilder; Text string; String (programming); Character string; Binary string; String datatype; Character string (computer science); String Object; String manipulation; StringBuffer; StringBuilder; Java.lang.String; String handling; String Buffer; String (computer programming); String-oriented; Stringology; Bytestring; Byte string; String type; Pascal string; String (software); String (formal languages); String length; Sequence of symbols; Block move; String copy; Character strings; String (code); Strings (code); Data string; Finite word
  • (Hyper)cube of binary strings of length 3
  • characters]], and are often used to store human-readable data, such as words or sentences.
Найдено результатов: 2596
string code      
цепочка кодов
character string         

общая лексика

символьная строка

строка символов

string length         

нефтегазовая промышленность

длина колонны труб

string manipulation         
обработка цепочек кодов
binary string         
1) двоичная последовательность 2) двоичная последовательность; последовательность двоичных чисел
character string         
строка символов или знаков
character string         
1) строка знаков 2) последовательность знаков
data string         
последовательность данных
string type         

общая лексика

строковый тип

тип данных, используемый для хранения текстовой информации

Смотрите также

data type

text string         
текстовая строка

Определение

ФРАНЦУЗСКИЙ ГРАЖДАНСКИЙ КОДЕКС
1804 (Кодекс Наполеона) , действующий гражданский кодекс Франции. Составлен при активном участии Наполеона. Включает нормы гражданского, семейного, процессуального, частично трудового права. Кодекс закрепил свободу частной собственности, провозгласив это право священным и неприкосновенным.

Википедия

String (computer science)

In computer programming, a string is traditionally a sequence of characters, either as a literal constant or as some kind of variable. The latter may allow its elements to be mutated and the length changed, or it may be fixed (after creation). A string is generally considered as a data type and is often implemented as an array data structure of bytes (or words) that stores a sequence of elements, typically characters, using some character encoding. String may also denote more general arrays or other sequence (or list) data types and structures.

Depending on the programming language and precise data type used, a variable declared to be a string may either cause storage in memory to be statically allocated for a predetermined maximum length or employ dynamic allocation to allow it to hold a variable number of elements.

When a string appears literally in source code, it is known as a string literal or an anonymous string.

In formal languages, which are used in mathematical logic and theoretical computer science, a string is a finite sequence of symbols that are chosen from a set called an alphabet.

Как переводится string code на Русский язык